* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


html {
  font-size: 100px;
}

body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  text-align: justify;
}

a:hover {
  cursor: pointer;
}

html {
  width: 100%;
  overflow-x: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

a {
  text-decoration: none;
  outline: none
}

div {
  outline: none
}

ul,
li {
  list-style-type: none
}

i,
em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.footer-text .footertop ul li a {
  text-decoration: none;
  color: #999;
}

.myhidden {
  display: none;
}

.flex_ {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flex_space-between {
  display: flex;
  justify-content: space-between;
}

.flex_justify-content {
  display: flex;
  justify-content: center;
}

.flex_justify-content-around {
  display: flex;
  justify-content: space-around;
}

.flex_align-items {
  display: flex;
  align-items: center;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex_end {
  display: flex;
  justify-content: flex-end;
}

.flex-end-items {
  display: flex;
  align-items: end;
}


.banner .swiper-slide img {
  width: 100%
}

.overflow {
  overflow: hidden
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main {
  width: 1600px;
  margin: 0 auto;
  max-width: 90%
}


.section {
  overflow: hidden;
}

.contain {
  height: calc(100vh - 0.9rem);
  margin-top: 0.9rem
}

header.pc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 0.9rem;
  overflow: hidden;
}

header.pc .logo {
  width: 1.61rem
}

header.pc .navlist {
  max-width: calc(100% - 2rem);
  width: 10.8rem;
}

header.pc .navlist>li>a {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 0 5px;
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  transition: all 0.5s
}

header.pc .navlist>li>a:after,
header.pc .navlist>li>a:before {
  content: '';
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  z-index: 1000;
  transform: translateX(-50%);
  transition: width 350ms ease-in-out
}

header.pc .navlist>li>a:before {
  bottom: auto;
  top: 0;
}

header.pc .navlist>li:hover>a:after,
header.pc .navlist>li:hover>a:before {
  width: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.banner .main {
  position: relative;
  z-index: 1000;
}

.slide_info {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  transform: translateY(-50%);
  width: 100%
}

.slide_info .tit {
  font-size: 0.6rem;
  font-weight: bold;
}

.slide_info .des {
  font-size: 0.3rem;
  text-transform: uppercase;
  margin-top: 0.3rem;
  font-weight: lighter;
}

.banner .swiper-slide-active .slide_info .tit {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.banner .swiper-slide-active .slide_info .des {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

/*.banner .swiper-slide img {
  transition: 1s linear infinite;
  transform: scale(1.1);
}

.banner .swiper-slide-active img {
  transform: scale(1);
}*/

#fp-nav li:last-child {
  display: none
}


.banner .banner_next {
  position: absolute;
  bottom: 8%;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.section1 .item .pic {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section1 .item .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section1 .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section1 .item .contain {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.section1 {
  position: relative;
}

.sec1_button {
  position: absolute;
  bottom: 8%;
  left: 50%;
  z-index: 100;
  text-align: center;
  transform: translateX(-50%);
}

.title {
  position: relative;
}

.title p {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.title span {
  color: rgb(255, 255, 255, 0.3);
  font-size: 0.48rem;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 22px;
  display: block;
}

.sec1_list .item .contain {
  padding-top: 1.1rem
}

.sec1_list .item .typename {
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
  margin-top: 5px
}

.sec1_list .item .con {
  font-size: 0.16rem;
  color: #fff;
  line-height: 2;
  margin: 0.4rem 0 1.2rem;
}

.more {
  width: 2.18rem;
  height: 0.65rem;
  line-height: 0.65rem;
  background: #d32d26;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  display: block;
  border-radius: 40px
}

.sec1_button a {
  display: inline-block;
  width: 4.08rem;
  height: 2.06rem;
  border: 1px solid #fff;
  margin: 0 8px;
  font-size: 0.24rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex
}

.sec1_button img {
  margin-bottom: 0.15rem;
  width: 0.98rem
}


.sec1_list {
  position: relative;
  width: 100%;
  height: 100vh;
  position: relative;
}

.sec1_list .item {
  opacity: 0;
  transition: all 1s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec1_list .item.active {
  opacity: 1;
  z-index: 2;
  transition: 1s;
}


.btn_hover {
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn_hover:hover>.anim {
  -moz-animation: anim-out 1s;
  -webkit-animation: anim-out 1s;
  animation: anim-out 1s;
}

.btn_hover:hover>.anim:after {
  -moz-animation: anim-out-pseudo 1s;
  -webkit-animation: anim-out-pseudo 1s;
  animation: anim-out-pseudo 1s;
}

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}


.section1 {
  position: relative;
}

.sec1_type {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.sec1_type a {
  color: #fff;
  font-size: 0.22rem;
  display: block;
  padding-left: 0.33rem;
  margin-bottom: 0.35rem;
  position: relative;
  transition: all 0.5s;
}

.sec1_type a:before {
  content: '';
  display: block;
  width: 0.14rem;
  height: 0.03rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.sec1_type a:hover {
  padding-left: 0.5rem
}

.sec1_type a:hover:before {
  width: 0.3rem
}

.sec2_list li a {
  display: block;
  position: relative;
}

.sec2_list li {
  width: 25%;
  transition: all 0.5s;
  overflow: hidden;
  float: left;
  height: 50vh;
  position: relative;
}

.sec2_list li.active {
  /*width: 47%*/
}

.sec2_list li .pic {
  height: 50vh;
  width: 100%;
  opacity: 0;
  border-bottom-left-radius: 1.35rem;
}

.sec2_list li.active .pic {
  opacity: 1
}

.sec2_list li:nth-child(1) .pic {
  border: 0;
}

.sec2_list li .info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%
}

.sec2_list li .info {
  text-align: center;
}

.sec2_list li .info p {
  font-size: 0.4rem;
  color: #1a1a1a;
  font-weight: bold;
  transition: all 0.5s
}

.sec2_list li .info span {
  font-size: 0.2rem;
  text-transform: uppercase;
  color: #bdbec2;
  display: block;
  margin: 0.15rem 0 0.25rem;
}

.sec2_list li .info .text:after {
  content: '';
  background: url('../images/jt2.png') no-repeat center;
  display: block;
  width: 13px;
  height: 17px;
  margin: 0 auto;
  transition: all 0.5s
}

.sec2_list li.active .info p {
  color: #fff
}

.sec2_list li.active .info span {
  color: #fff
}

.sec2_list li.active .info .text:after {
  content: '';
  background: url('../images/jt22.png') no-repeat center;
  display: block;
  width: 13px;
  height: 17px;
  margin: 0 auto;
}

.sec2_list li .info:before {
  content: '';
  width: 2.7rem;
  height: 2.4rem;
  background: url('../images/s3-1.png') no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-size: 100%
}

.sec2_list li .text {
  position: relative;
  z-index: 1;
}

.sec2_list li.active .info:before {
  transform: translate(-50%, -100%);
  opacity: 0;
}

.sec2_list li.active .info p {
  transform: translateY(-10px);
}

.sec2_list li.active .info .text:after {
  transform: translateY(10px);
}

.section2 {
  background: url('../images/sec2.jpg') no-repeat center top;
  background-size: cover
}

.section3 {
  background: url('../images/sec3.jpg') no-repeat center top;
  background-size: cover
}

.sec3_top .title p {
  color: #d32d26
}

.sec3_top .title span {
  color: #d9d9d9;
}

.sec3_type a {
  font-size: 0.18rem;
  color: #666666;
  margin-left: 1.1rem;
  display: inline-block;
}

.sec3_type a:after {
  width: 0%;
  height: 2px;
  background: #d32d26;
  content: '';
  display: block;
  margin-top: 0.13rem;
  transition: all 0.5s
}

.sec3_type a:hover:after {
  width: 100%
}

.sec3_type a:hover {
  color: #d32d26
}

.sec3_list li {
  width: 5.15rem;
  max-width: 32%;
}

.sec3_list {
  margin: 0.5rem 0;
}

.sec3_list li .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67%;
}

.sec3_list li .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec3_list li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
}

.sec3_list li a {
  display: block;
  padding: 0.16rem;
  transition: all 0.5s;
  background: #fff;
}

.sec3_list li .tit {
  color: #333333;
  font-size: 0.22rem;
  font-weight: bold;
  margin-top: 0.2rem;
}

.sec3_list li .info {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  margin: 0.2rem 0 0.1rem;
}

.sec3_list li .time {
  color: #666666;
  font-size: 0.1502rem;
  padding-bottom: 0.2rem
}

.sec3_list li:hover a {
  box-shadow: 0px 3px 54px 0px rgba(204, 204, 204, 0.8);
  /* background: #fff; */
}

.scale .pic {
  overflow: hidden;
}

.scale img {
  transition: all 0.5s linear;
}

.scale:hover img {
  transform: scale(1.05);
}

.sec3_list li:hover .tit {
  color: #d32d26;
}

.section3 .more {
  margin: 0 auto
}



.footertop {
  width: 100%;
  background: #FAFAFA;
  padding: 0.53rem 0;
}

.footertop .footerlist .title {
  font-size: 18px;
  color: #4c4c4c;

}

.footertop .footerlist .title .xx {
  width: 0.18rem;
  height: 2px;
  background: #d32d26;
  margin-top: 0.24rem;
}



.footerlist {
  width: 80%;
}

.footerlist .list {
  margin-top: 0.2rem;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1.8;
}

.fcat .fcattit {
  font-size: 18px;
}

.fcat .fcattit span:nth-child(1) {
  color: #4c4c4c;
}

.fcat .fcattit span:nth-child(2) {
  color: #073E9B;
  margin-left: 8px;
}

.fcatm {
  font-size: 25px;
  color: #073E9B;
  margin-top: 0.54rem;
}

.fcatm img {
  width: 0.33rem;
  margin-right: 0.18rem;
}

.fcatb {
  font-size: 14px;
  margin-top: 0.1rem;
  color: #000000;
  line-height: 2;
  opacity: 0.6;
}

.erwm .img {
  width: 1.3rem;
  height: 1.3rem;
}

.erwm .img img {
  width: 100%;
}

.erwm .wz {
  font-size: 14px;
  color: #1A1A1A;
  line-height: 1.8;
  opacity: 0.6;
  margin-top: 0.2rem;
  text-align: center;
}

.footerbottom {
  background: #f1f1f1;
  color: #858585;
  font-size: 14px;
  padding: 0.2rem;
  text-align: center;
}


/*.header2 {*/
/*  background: rgba(0, 0, 0, 0.3);*/
/*}*/

.header3 {
  background: rgba(0, 0, 0, 0.3);
}

.section.active header {
  animation: fadeInDown2 1s ease both;
  -webkit-animation: fadeInDown2 1s ease both;
  -moz-animation: fadeInDown2 1s ease both;
}

.sec1_button a {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-linear-gradient(180deg, #d32d26, #d32d26, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
  background-position: 1% 50%;
  background-size: 300% 300%;
}

.sec1_button a.active {
  background-position: 99% 50%;
  border: 1px solid rgba(211, 45, 38, 0.5);
}

.section.active .sec3_list li:nth-child(1) {
  animation: fadeInRight2 1.2s .3s ease both;
  -webkit-animation: fadeInRight2 1.2s .3s ease both;
  -moz-animation: fadeInRight2 1.2s .3s ease both;
}

.section.active .sec3_list li:nth-child(2) {
  animation: fadeInRight2 1.2s .5s ease both;
  -webkit-animation: fadeInRight2 1.2s .5s ease both;
  -moz-animation: fadeInRight2 1.2s .5s ease both;
}

.section.active .sec1_type a:nth-child(1) {
  animation: fadeInLeft 1.2s .3s ease both;
  -webkit-animation: fadeInLeft 1.2s .3s ease both;
  -moz-animation: fadeInLeft 1.2s .3s ease both;
}

.section.active .sec1_type a:nth-child(2) {
  animation: fadeInLeft 1.2s .5s ease both;
  -webkit-animation: fadeInLeft 1.2s .5s ease both;
  -moz-animation: fadeInLeft 1.2s .5s ease both;
}


.section.active .sec3_list li:nth-child(3) {
  animation: fadeInRight2 1.2s .7s ease both;
  -webkit-animation: fadeInRight2 1.2s .7s ease both;
  -moz-animation: fadeInRight2 1.2s .7s ease both;
}


.section.active .item.active .title p {
  animation: fadeInUp 1s 0.1s ease both;
  -webkit-animation: fadeInUp 1s 0.1s ease both;
  -moz-animation: fadeInUp 1s 0.1s ease both;
}

.section.active .item.active .title span {
  animation: fadeInDown 1s .3s ease both;
  -webkit-animation: fadeInDown 1s .3s ease both;
  -moz-animation: fadeInDown 1s .3s ease both;
}

.section.active .item.active .typename {
  animation: fadeInUp 1s .7s ease both;
  -webkit-animation: fadeInUp 1s .7s ease both;
  -moz-animation: fadeInUp 1s .7s ease both;
}

.section.active .item.active .con {
  animation: fadeInUp 1s 1s ease both;
  -webkit-animation: fadeInUp 1s 1s ease both;
  -moz-animation: fadeInUp 1s 1s ease both;
}

.section.active .item.active .more {
  animation: fadeInUp 1s 1.3s ease both;
  -webkit-animation: fadeInUp 1s 1.3s ease both;
  -moz-animation: fadeInUp 1s 1.3s ease both;
}

.section.active .sec1_button a:nth-child(1) {
  animation: fadeInRight2 1s 1.5s ease both;
  -webkit-animation: fadeInRight2 1s 1.5s ease both;
  -moz-animation: fadeInRight2 1s 1.5s ease both;
}

.section.active .sec1_button a:nth-child(2) {
  animation: fadeInLeft2 1s 1.5s ease both;
  -webkit-animation: fadeInLeft2 1s 1.5s ease both;
  -moz-animation: fadeInLeft2 1s 1.5s ease both;
}

.section.active .sec1_button a:nth-child(3) {
  animation: fadeInRight2 1s 1.5s ease both;
  -webkit-animation: fadeInRight2 1s 1.5s ease both;
  -moz-animation: fadeInRight2 1s 1.5s ease both;
}

.section.active .sec1_button a:nth-child(4) {
  animation: fadeInLeft2 1s 1.5s ease both;
  -webkit-animation: fadeInLeft2 1s 1.5s ease both;
  -moz-animation: fadeInLeft2 1s 1.5s ease both;
}

.section.active .sec2_list li:nth-child(1) .info {
  animation: fadeInRight2 1s .2s ease both;
  -webkit-animation: fadeInRight2 1s .3s ease both;
  -moz-animation: fadeInRight2 1s .3s ease both;
}

.section.active .sec2_list li:nth-child(2) .info {
  animation: fadeInRight2 1s .5s ease both;
  -webkit-animation: fadeInRight2 1s .5s ease both;
  -moz-animation: fadeInRight2 1s .5s ease both;
}

.section.active .sec2_list li:nth-child(3) .info {
  animation: fadeInRight2 1s .8s ease both;
  -webkit-animation: fadeInRight2 1s .8s ease both;
  -moz-animation: fadeInRight2 1s .8s ease both;
}

.section.active .sec2_list li:nth-child(4) .info {
  animation: fadeInRight2 1s .8s ease both;
  -webkit-animation: fadeInRight2 1s .8s ease both;
  -moz-animation: fadeInRight2 1s .8s ease both;
}

.section.active .sec3_top .title p {
  animation: fadeInDown2 1s 0.3s ease both;
  -webkit-animation: fadeInDown2 1s 0.3s ease both;
  -moz-animation: fadeInDown2 1s 0.3s ease both;
}

.section.active .sec3_top .title span {
  animation: fadeInUp 1s .3s ease both;
  -webkit-animation: fadeInUp 1s .3s ease both;
  -moz-animation: fadeInUp 1s .3s ease both;
}

.section.active .sec3_top .sec3_type a:nth-child(1) {
  animation: fadeInLeft2 1s 0.6s ease both;
  -webkit-animation: fadeInLeft2 1s 0.6s ease both;
  -moz-animation: fadeInLeft2 1s 0.6s ease both;
}

.section.active .sec3_top .sec3_type a:nth-child(2) {
  animation: fadeInLeft2 1s 0.4s ease both;
  -webkit-animation: fadeInLeft2 1s 0.4s ease both;
  -moz-animation: fadeInLeft2 1s 0.4s ease both;
}

.section3.active .more {
  animation: fadeInUp 1s 1s ease both;
  -webkit-animation: fadeInUp 1s 1s ease both;
  -moz-animation: fadeInUp 1s 1s ease both;
}

.footerlist .list li:hover {
  cursor: pointer;
  color: #073E9B
}

@media (max-width:1900px) {
  .sec1_list .item .main {
    margin-left: 160px;
  }
}

@media (max-height:900px) and (max-width:1600px) {
  .sec3_list {
    width: 80%;
    margin: 0.35rem auto;
  }
}

@media (max-width:1400px) {

  .sec1_list .item .con,
  .sec3_list li a,
  .sec3_list li .time {
    font-size: 14px;
  }

  .sec3_list {
    width: 80%;
    margin: 0.3rem auto;
  }


}

@media (max-width:1250px) {
  .sec1_list .item .con {
    margin: 0.2rem 0 0.5rem;
  }

  .footerlist {
    display: none
  }
}

@media (max-width:1000px) {
  #fp-nav ul li .fp-tooltip {
    display: none
  }

  #fp-nav ul li,
  .fp-slidesNav ul li {
    width: 35px;
    margin: 5px 0;
    height: 40px
  }

  #fp-nav ul li a span:after {
    content: '';
    width: 35px;
    height: 35px;
    background: url('../images/home.png') no-repeat center;
    background-size: 100%
  }

  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    width: 7px;
    height: 7px
  }

  #fp-nav {
    top: 55%;
  }

  #fp-nav.right {
    right: 0
  }

  .sec1_type {
    display: none
  }

  .sec1_list .item .main {
    margin-left: auto;
  }

  .sec3_list {
    width: 100%
  }

  header.pc .navlist>li>a {
    font-size: 15px;
  }

  header.pc .logo {
    width: 1.8rem
  }

  header.pc .navlist {
    max-width: calc(100% - 2.2rem)
  }

  .sec1_list .item .contain {
    padding-top: 0;
    top: 50%;
    transform: translateY(calc(-50% - 1.2rem));
    height: auto;
  }

  .more {
    font-size: 14px;
  }

  .sec3_type a {
    font-size: 15px;
  }

  .sec3_list li:last-child {
    display: none;
  }

  .sec3_list li {
    max-width: 48.5%;
    width: 48.5%
  }

  .sec3_list li .tit {
    font-size: 18px;
  }



}

html {
  height: 100%;
}

body.open {
  height: 100%;
  overflow: hidden;
}

#sidebar {
  width: 0%;
  height: 100%;
  background: #073e9b;
  position: absolute;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;

  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  z-index: 1001;
}

#sidebar ul li {
  display: block;
  min-height: 45px;
  border-bottom: 1px solid #053a92;
  font-size: 14px;
  width: 100%;
}

.agent-mobile #sidebar ul li {
  border-color: rgba(255, 255, 255, .05);
}

#sidebar ul li>a {
  display: block;
  color: #fff;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;

}

.nr {
  position: relative;
  z-index: 10;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}

#close img {
  height: 0.3rem;
}


li.navitem {
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: .3s;
  transitino-delay: 1s;
}

body.open li.navitem {
  top: 0px;
  opacity: 1;
  transition: 1s;
}

body.open #sidebar {
  width: 60%
}

body.open .nr {
  transform: translate3d(60%, 0, 0);
  -webkit-transform: translate3d(60%, 0, 0)
}

body.open li.navitem:nth-child(2) {
  transition-delay: 0.1s;
}

body.open li.navitem:nth-child(3) {
  transition-delay: 0.2s;
}

body.open li.navitem:nth-child(4) {
  transition-delay: 0.3s;
}

body.open li.navitem:nth-child(5) {
  transition-delay: 0.4s;
}

body.open li.navitem:nth-child(6) {
  transition-delay: 0.5s;
}

body.open li.navitem:nth-child(7) {
  transition-delay: 0.6s;
}

body.open li.navitem:nth-child(8) {
  transition-delay: 0.7s;
}

body.open li.navitem:nth-child(9) {
  transition-delay: 0.8s;
}

body.open li.navitem:nth-child(10) {
  transition-delay: 0.9s;
}

body.open li.navitem:nth-child(11) {
  transition-delay: 1s;
}

body.open li.navitem:nth-child(12) {
  transition-delay: 1.1s;
}

body.open li.navitem:nth-child(13) {
  transition-delay: 1.2s;
}

body.open li.navitem:nth-child(14) {
  transition-delay: 1.3s;
}

#sidebar ul li:nth-child(1) {
  border: 0;
}

.head_3g,
.sec2_list_3g {
  display: none
}

@media (max-width:750px) {
  header.pc {
    display: none
  }

  #fp-nav.right {
    display: none
  }

  .main {
    max-width: 94%
  }

  .footertop {
    display: none
  }

  .footerbottom {
    font-size: 0.26rem;
    line-height: 2;
  }

  .slide_info .tit {
    font-size: 0.4rem;
  }

  .slide_info .des {
    font-size: 0.2rem
  }

  header.pc {
    display: none
  }

  .head_3g {
    display: block;
    background: rgba(0, 0, 0, 0.3);
  }

  .head_3g {
    padding: 0.1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
  }

  .logo_3g img {
    height: 0.8rem
  }

  .nav img {
    height: 0.6rem
  }

  #close img {
    height: 0.35rem
  }

  .title p {
    font-size: 0.47rem;
    padding-top: 0.15rem;
  }

  .sec1_list .item .con,
  .sec3_list li a,
  .sec3_list li .time {
    font-size: 0.28rem;
  }

  .more {
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }

  .sec1_button a {
    font-size: 0.28rem;
    margin: 0 0.08rem;
  }

  .sec3_type a {
    font-size: 0.28rem;
    margin-left: 0.2rem;
  }

  .sec2_list {
    display: none
  }

  .sec2_list_3g {
    display: block;
  }

  .sec2_list_3g li {
    width: 100%;
    height: 33.3%;
  }

  .sec2_list_3g li a {
    display: block;
    position: relative;
  }

  .sec2_list_3g li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 61%;
  }

  .sec2_list_3g li .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .sec2_list_3g li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center
  }


  .sec2_list_3g li .info {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%
  }

  .sec2_list_3g li .info {
    text-align: center;
  }

  .sec2_list_3g li .info p {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s
  }

  .sec2_list_3g li .info span {
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0.15rem 0 0.25rem;
  }

  .sec2_list_3g li .info .text:after {
    content: '';
    background: url('../images/jt22.png') no-repeat center;
    display: block;
    width: 13px;
    height: 17px;
    margin: 0 auto;
    transition: all 0.5s
  }

  .sec3_top {
    align-items: flex-end;
  }

  .sec3_list li:nth-child(2) {
    display: none
  }

  .sec3_list li {
    width: 100%;
    max-width: 100%
  }

  .sec3_list li .tit {
    font-size: 0.36rem;
  }

  .sec3_list li .info {
    font-size: 0.28rem;
    margin: 0.15rem 0 0.15rem;
  }

  .sec3_list {
    margin: 0.35rem auto;
  }

  .section.active .sec2_list_3g li:nth-child(1) {
    animation: fadeInUp 1.2s .3s ease both;
    -webkit-animation: fadeInUp 1.2s .3s ease both;
    -moz-animation: fadeInUp 1.2s .3s ease both;
  }

  .section.active .sec2_list_3g li:nth-child(2) {
    animation: fadeInUp 1.2s .5s ease both;
    -webkit-animation: fadeInUp 1.2s .5s ease both;
    -moz-animation: fadeInUp 1.2s .5s ease both;
  }


  .section.active .sec2_list_3g li:nth-child(3) {
    animation: fadeInUp 1.2s .7s ease both;
    -webkit-animation: fadeInUp 1.2s .7s ease both;
    -moz-animation: fadeInUp 1.2s .7s ease both;
  }



}

header.pc.header3 {
  position: fixed;
  height: 0.82rem;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1001;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}

header.pc.header3 .navlist>li>a {
  color: #333333;
  height: 0.82rem;
  line-height: 0.82rem;
}

header.pc.header3 .navlist>li>a:before {
  display: none
}

header.pc.header3 .navlist>li>a:after {
  content: '';
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #d32d26;
  z-index: 1000;
  transform: translateX(-50%);
  transition: width 350ms ease-in-out
}

header.pc.header3 .navlist>li:hover>a:after,
header.pc.header3 .navlist>li.active>a:after {
  width: 100%
}

.header_mar {
  height: 0.82rem;
  width: 100%
}

.banner2 {
  position: relative;
}

.banner2 .pic {
  position: relative;
  height: 5.11rem;
}

.bntext {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner2 .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bntext {
  padding-top: 1rem;
  padding-left: 0.9rem;
}

.bnname {
  font-size: 0.4rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.bnline {
  width: 0.98rem;
  height: 0.02rem;
  background: #ffffff;
  margin-top: 0.18rem;
}

.bnti {
  font-size: 0.6rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-top: 0.45rem;
}

.bnenti {
  font-size: 0.3rem;
  color: rgb(255, 255, 255);
  margin-top: 0.36rem;
  font-weight: lighter;
}

.top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 0.74rem;
  line-height: 0.74rem;
  color: #fff;
  font-size: 14px;
}

.nail a {
  color: #fff;
}

.nail span {
  color: #d32d26;
}

.nail {
  background: url('../images/nail.png') no-repeat center left;
  padding-left: 32px
}

.top .type a {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  padding: 0 0.15rem;
  margin-left: 1.5rem;
  position: relative;
}

.top .type a:hover,
.top .type a.active {
  color: #d32d26
}

.top .type a:after {
  content: '';
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #d32d26;
  z-index: 1000;
  transform: translateX(-50%);
  transition: width 350ms ease-in-out
}

.top .type a:hover:after,
.top .type a.active:after {
  width: 100%
}

.news_list {
  padding: 0.55rem 0;
}

.news_list>ul>li {
  margin-bottom: 0.4rem;
  background:#f9f9f9; 
}

.news_list>ul>li .news_left {
  width: 4.74rem;
}

.news_list>ul>li .news_right {
  width: calc(100% - 5.2rem);
  padding-right: 0.25rem
}

.news_list>ul>li .tit {
  color: #000000;
  font-size: 20.46px;
  font-weight: bold;
}

.news_list>ul>li .des {
  font-size: 16px;
  color: #000000;
  line-height: 34px;
  margin: 0.4rem 0 0.3rem;
}

.news_list>ul>li .news_bot span {
  font-size: 18px;
  color: #999999
}

.news_list>ul>li .news_bot .news_more {
  color: #999999;
  font-size: 17.56px;
  width: 145px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #989898;
  border-radius: 6px;
  padding-left: 94px;
  background: url('../images/jt1.png') no-repeat top 10px left 7px;
}

.news_list>ul>li>a {
  transition: all 0.5s
}

.news_list>ul>li:hover>a {
  box-shadow: 0 3px 50px rgba(4,38,161,0.1);
}

.news_list>ul>li .news_left .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 64%;
}

.news_list>ul>li .news_left .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_list>ul>li .news_left .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_list>ul>li:hover .tit {
  color: #d32d26;
}
.news_list>ul>li .news_bot .news_more:hover{
  border: #d32d26;
}

.news_list>ul>li:hover .news_more {
  background: #d32d26 url('../images/jt11.png') no-repeat top 10px left 7px;
  color: #fff
}

.pagination {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 0.3rem 0 1.3rem;
}

.pagination li {
  display: inline-block;
  min-width: 32px;
  text-align: center;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  color: #a0a0a0;
  margin: 0 3px 5px;
  background: #e7e7e7;
  border-radius: 4px
}

.pagination li.active {
  background: #073e9b;
  color: #fff;
}

.pagination li a {
  display: block;
  text-align: center;
  color: #a0a0a0;
  padding: 0 12px;
}

.pagination li span {
  display: block;
  padding: 0 12px;
}

.back {
  padding: 0.65rem 0 1.2rem;
}

.back a {
  display: block;
  width: 146px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  background: #d32d26;
  color: #fff;
  text-align: center;
  font-style: italic;
}

.ns .tit {
  font-size: 20.46px;
  color: #000000;
  font-weight: bold;
  padding-top: 50px;
}

.ns .time {
  font-size: 16px;
  color: #999999;
  padding: 20px 0 30px;
}

.ns .con {
  border-top: 1px solid #d9d9d9;
  padding: 40px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  color: #000000;
  line-height: 42px;
}

/*.ns .con p {
  text-indent: 2em
}*/

.fenye {
  padding-top: 35px;
}

.fenye li {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  width: 48%
}

.fenye li a {
  color: #000000;
}

.fenye li:hover a {
  color: #d32d26
}

.fenye li.right {
  text-align: right;
}

.jbg {
  width: 100%;
  /*background:url('../images/job.jpg') no-repeat center top;*/
}

.job_tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #d32d26
}

.job1 {
  padding-top: 0.45rem;
}

.job1_list {
  padding: 0.55rem 0 1.2rem;
  width: 14.97rem;
  margin: 0 auto;
  max-width: 100%
}

.job1_list li {
  width: 3.48rem;
  height: 1.91rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  font-size: 0.1851rem;
}

.job1_list li:nth-child(2n+1) {
  background: #d32d26;
  color: #fff
}

.job1_list li:nth-child(2n) {
  background: #f9f9f9;
  color: #999;
}

.job1_list li img {
  margin-bottom: 10px;
  transition: all 0.5s;
  height: 0.92rem
}

.job1_list li p {
  transition: all 0.5s
}

.job1_list li:hover img {
  transform: translateY(-5px);
}

.job1_list li:hover p {
  transform: translateY(5px);
}

.job2 {
  padding-top: 60px;
}

.job2_list {
  margin-top: 20px;
}

.job2_list li {
  background: #f9f9f9;
}

.job2_list li .job2_top {
  padding: 0.5rem 0;
}

.job2_list li .job2_top .tit {
  color: #2d2c2c;
  font-size: 0.24rem;
  font-weight: bold;
  width: 25%
}

.job2_list li .job2_top .info {
  width: 600px
}

.job2_list li .job2_top .info p {
  font-size: 0.16rem;
  color: #4c4c4c;
  margin: 0 0.22rem;
}

.job2_list li .job2_top .time {
  color: #9f9e9e;
  font-size: 14px;
}

.job2_list li .job2_top .time a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  background: #d32d26;
  font-size: 30px;
  color: #fff;
  float: right;
  border-radius: 50%;
  margin-top: 10px;
}

.job2_list li .content {
  font-size: 0.16rem;
  color: #4c4c4c;
  line-height: 0.5rem;
  display: none;
  padding-bottom: 0.2rem
}

.job2_list li {
  margin-bottom: 0.15rem
}

.job2_list {
  padding-bottom: 0.7rem
}

.job2_list li {
  transition: all 0.5s;
  padding: 0 0.3rem;
  background: #f9f9f9;margin-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  
}


.job2_list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px
}

.cbg {
  width: 100%;
  background: #f2f3f5 url('../images/contact.jpg') no-repeat center top;
}

.c1_left {
  width: 10.65rem;
  max-width: 65%
}

.contact1 {
  padding: 0.8rem 0 2rem
}

.c1_tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333
}

.c1_tit:after {
  content: '';
  width: 0.98rem;
  height: 2px;
  background: #d32d26;
  display: block;
  margin-top: 0.15rem;
}

.c1_des {
  margin-top: 0.5rem;
}

.c1_des p {
  font-size: 0.6015rem;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 5px
}

.c1_des span {
  font-size: 20px;
  color: #999;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px
}

.c1_tit2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #d32d26;
  margin-top: 0.6rem;
}

.c1_left li {
  font-size: 15px;
  color: #3b3b3b;
  line-height: 38px;
  padding-left: 46px;
}

.c1_left ul {
  margin-top: 40px;
}

.c1_left li:nth-child(1) {
  background: url('../images/c1.png') no-repeat center left;
}

.c1_left li:nth-child(2) {
  background: url('../images/c2.png') no-repeat center left;
}

.c1_left li:nth-child(3) {
  background: url('../images/c3.png') no-repeat center left;
}

#map {
  height: 715px;
  width: 100%;
}

.map_style {
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  background: url(../images/addmap.png) no-repeat left center;
  width: 250px;
}

.map_style01 {
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  background: url(../images/add02.png) no-repeat left center;
}

.map_list {
  background: #073e9b url(../images/going.png) no-repeat 65px center;
  width: 250px;
  height: 45px;
  font-size: 13.75px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 15px;
  display: none;
}

.contact2 {
  position: relative;
}

/*.contact2 .main{position:absolute;top:50%;left: 50%;transform: translate(-50%,-50%);z-index: 100;}*/
.contact2 .contact2_addr {
  width: 518px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 100;
}

.contact2 .addr_list {
  ;
  background: #fff;
}

.map_logo {
  width: 100%;
  height: 110px;
  background: #073e9b;
  padding-left: 22px;
}

.map_nr {
  background: #fff;
  padding: 20px 20px 30px 38px;
}

.addr_list {
  border-radius: 20px;
  overflow: hidden;
}

.map_nr li .tit {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c
}

.map_nr li .con {
  font-size: 15px;
  color: #3b3b3b;
  line-height: 2;
  margin-top: 15px;
}

.map_nr li {
  margin-bottom: 30px;
}

.map_nr ul {
  height: 385px
}

.prod {
  padding-top: 1.2rem
}

.prod_tit {
  font-size: 0.4rem;
  font-weight: bold;
  color: #073e9b
}

.prod_tit:after {
  content: '';
  width: 0.98rem;
  height: 0.02rem;
  background: #073e9b;
  display: block;
  margin-top: 0.15rem;
}

.prod_left .tit {
  font-size: 0.6rem;
  font-weight: bold;
  color: #d32d26
}

.prod_left .des {
  font-size: 0.16rem;
  color: #3b3b3b;
  margin-top: 0.3rem;
  line-height: 0.35rem;
}

.prod_top {
  margin-top: 0.6rem;
}

.prod_left {
  padding-left: 1.4rem;
  background: url('../images/6b.png') no-repeat top left;
  padding-top: 0.25rem;
  background-size: 1.2rem;
}

.prod_right {
  width: 4.74rem;
  height: 1.6rem;
  background: url('../images/dian.jpg') no-repeat center;
  padding-left: 1.3rem;
  margin-left: 0.3rem;
}

.prod_right li a {
  color: #000000;
  font-size: 0.3rem;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.prod_right li {
  margin-top: 0.3rem;
}

.prod_right li.active a,
.prod_right li:hover a {
  color: #d32d26
}

.prod_right li a:after {
  content: '';
  display: block;
  width: 0px;
  height: 0.05rem;
  background: #d32d26;
  position: absolute;
  left: -68px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s
}

.prod_right li.active a:after,
.prod_right li:hover a:after {
  width: 0.5rem
}

.prod_type {
  text-align: center;
  margin: 1.4rem 0 0.75rem;
}

.prod_type a {
  display: inline-block;
  width: 4.2rem;
  height: 0.93rem;
  line-height: 0.93rem;
  background: #e5e5e5;
  font-size: 0.3rem;
  font-weight: bold;
  border-radius: 0.14rem;
  color: #000000;
  margin: 0 0.3rem;
  transition: all 0.5s
}

.prod_type a.active,
.prod_type a:hover {
  background: #073e9b;
  color: #fff
}

.prod_nr1 .prod_pic {
  width: 6.85rem
}

.prod_nr1 .prod_con {
  width: 9.03rem;
}

.prod_nr1 .prod_con li {
  width: 33.3%;
  height: 2.76rem;
  padding: 0.4rem 0.38rem 0;
  border-right: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec
}

.prod_nr1 .prod_con ul {
  border-left: 1px solid #e6e9ec;
  border-top: 1px solid #e6e9ec
}

.prod_nr1 .prod_con li .tit {
  font-size: 0.24rem;
  color: #363636
}

.prod_nr1 .prod_con li .data {
  color: #f0872b;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0.1rem 0 0.7rem;
}

.prod_type2 {
  text-align: center;
  margin-top: 0.85rem;
}

.prod_type2 a {
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin: 0 0.9rem
}

.prod_type2 a:after {
  content: '';
  display: block;
  width: 0;
  height: 0.03rem;
  background: #d32d26;
  margin: 0.2rem auto 0;
  transition: all 0.5s
}

.prod_type2 a.active:after,
.prod_type2 a:hover:after {
  width: 0.98rem;
}

.prod_type2 a.active,
.prod_type2 a:hover {
  color: #d32d26
}

.prod_con2 {
  padding: 0.65rem 0 1.8rem;
}

.prod_con2 .content {
  display: none
}

.prod_con2 .content.active {
  display: block;
  animation: fadeInUp 1s 0.2s ease both;
  -webkit-animation: fadeInUp 1s 0.2s ease both;
  -moz-animation: fadeInUp 1s 0.2s ease both;
}

.yycj_tit {
  font-size: 0.4rem;
  font-weight: bold;
  color: #d32d26;
  padding-bottom: 0.35rem;
  background: url('../images/dian2.jpg') no-repeat bottom left 0.82rem;
}

.prod_yycj ul {
  margin-top: 0.2rem;
}

.prod_yycj li {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 5.25rem;
  max-width: 32%
}

.prod_yycj>ul>li .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67%;
  border-radius: 10px;
  overflow: hidden;
}

.prod_yycj>ul>li .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.prod_yycj>ul>li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prod_yycj {
  padding-bottom: 1.2rem
}

.about1_top .tit p {
  font-size: 0.4rem;
  font-weight: bold;
  color: #000000
}

.about1_top .tit span {
  font-size: 0.4rem;
  font-weight: bold;
  color: #ebebeb;
  text-transform: uppercase;
}

.about1_top .tit {
  padding-top: 1.2rem
}

.about1_top .pic {
  width: 6.79rem
}

.about1_con {
  text-indent: 2em;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 35px;
  padding: 0.7rem 0 1rem;
}

.about1_data {
  width: 13.6rem;
  margin: 0 auto;
  padding-bottom: 0.9rem;
  max-width: 100%
}

.about1_data li .timer {
  font-size: 0.48rem;
  color: #f0872b;
  font-weight: bold;
}

.about1_data li .tit {
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.2rem;
  display: block;
}

.about1_data li {
  text-align: center;
  position: relative;
  width: 25%;
}

.about1_data li:after {
  content: '';
  display: block;
  width: 1px;
  height: 0.6rem;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about1_data li:nth-child(1):before {
  content: '';
  display: block;
  width: 1px;
  height: 0.6rem;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about2 {
  margin-bottom: 1.15rem
}

.about2_left {
  width: 4.46rem;
  height: 5.12rem;
  background: url('../images/about2_left.jpg') no-repeat center;
  padding-left: 0.32rem;
  padding-top: 1rem;
  background-size: cover
}

.about2_left .tit {
  font-size: 0.24rem;
  color: #000
}

.about2_left .key {
  font-size: 0.4rem;
  font-weight: bold;
  color: #a1acc9;
  margin-top: 0.05rem;
}

.about2_left .des {
  font-size: 0.22rem;
  color: #000000;
  margin-top: 0.3rem;
}

.about2_right {
  width: calc(100% - 4.56rem);
  /*height: 5.12rem;*/
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}

.about2_right .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about2_right .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.about2_right .video_pic{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;}*/
.about2_right .video_pic video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;}


.about3_tit {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  
}

.about3_tit span {
  color: #d32d26;
  display: inline-block;
  position: relative;
  padding-left: 0.7rem;
  left: -0.35rem;  
}

.about3_tit p {
  color: #eeeeee;
  text-transform: uppercase;
  margin-top: -0.23rem;
}

.about3_tit span:after {
  display: inline-block;
  content: '';
  background: url('../images/w.png') no-repeat top left;
  position: absolute;
  top: -0.43rem;
  left: -0.2rem;
  width: 0.92rem;
  height: 0.77rem;
  background-size: 100%;
  z-index: -1;
}

.about3 li {
  width: 20.2%;
  transition: all 0.5s;
  overflow: hidden;
  float: left;
  height: 6.05rem;
  position: relative;
}

.about3 li.active {
  width: 59.6%
}

.about3 li .pic {
  position: relative;
  width: 100%;
  height: 100%;
}

.about3 ul {
  padding-top: 0.6rem;
}

.about3 li .info {
  position: absolute;
  left: 0.44rem;
  top: 50%;
  color: #fff;
  transition: all 0.5s
}

.about3 li .info .tit {
  font-size: 0.3rem;
  text-transform: uppercase;
  margin-top: 0.15rem;
  padding-right: .2rem;
}

.about3 li .info .tit span {
  font-size: 0.36rem;
  font-weight: bold;

}

.about3 li .info .des {
  font-size: 0.28rem;
  opacity: 0;
  transition-delay: 0.3s;
  margin-top: 0.4rem;
  transition: all 0.5s;
  padding-right: .5rem;
}

.about3 li:hover .info {
  top: 10%;
}

.about3 li:hover .info .des {
  opacity: 1;
  margin-top: 1rem;
}

.about4 {
  padding-top: 0.9rem;
}

.yf6_top{padding: 0 0.2rem}
.about4 .about3_tit,
.about6 .about3_tit,
.yf3 .about3_tit,
.yf4 .about3_tit,
.yf5 .about3_tit,
.yf6 .about3_tit {
  text-align: left;
  position: relative;
  z-index: 100;
}
.about4 .about3_tit span,
.about6 .about3_tit span {
  padding-left: 0.7rem;
}

/*.about4 .about3_tit span,
.about6 .about3_tit span,
.yf3 .about3_tit span,
.yf4 .about3_tit span,
.yf5 .about3_tit span,
.yf5 .about3_tit span,
.yf6 .about3_tit span{
  padding-left: 0.7rem;
}
.about4 .about3_tit span::after,
.about6 .about3_tit span::after{
  left: -0.2rem;
}

.about4 .about3_tit span::after,
.about6 .about3_tit span::after,
.yf3 .about3_tit span::after,
.yf4 .about3_tit span::after,
.yf5 .about3_tit span::after,
.yf6 .about3_tit span::after {
  left: -0.2rem;
}
*/
.about4_list .swiper-slide .tit {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000
}

.about4_list .swiper-slide .con {
  font-size: 0.16rem;
  color: #626262;
  margin-top: 0.25rem;
  line-height: 2;
}

.about4_list .swiper-slide {
  padding-left: 26px;
}

.about4_list .swiper-slide .con p {
  position: relative;
  padding-left: 0.22rem;
}

.about4_list .swiper-slide .con p:before {
  content: '';
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background: #626262;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.about4_list .swiper-slide {
  margin-top: 1.2rem;
}

.about4_list .swiper-slide.swiper-slide-active {
  margin-top: 1.67rem;
}

.about4_list .swiper-slide.swiper-slide-next {
  margin-top: 4.4rem;
}

.about4_list .swiper-slide.swiper-slide-next+.swiper-slide {
  margin-top: 1.35rem;
}

.about4_list .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
  margin-top: 5.25rem;
}

.about4_list .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
  margin-top: 0.3rem;
}

/*.about4_list .swiper-slide:nth-child(5n+1){margin-top:1.67rem;}
.about4_list .swiper-slide:nth-child(5n+2){margin-top:4.4rem;}
.about4_list .swiper-slide:nth-child(5n+3){margin-top:1.35rem;}
.about4_list .swiper-slide:nth-child(5n+4){margin-top:5.25rem;}
.about4_list .swiper-slide:nth-child(5n){margin-top:0.3rem;}*/

.about4 {
  padding-bottom: 1rem;
  background: url('../images/about4.png') no-repeat center bottom;
}

.about4_list {
  background: url('../images/line.png') no-repeat top 0.1rem center;
  background-size: 100%;
}

.about4_list .swiper-slide:before {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border: 0.02rem solid #f0872b;
  border-radius: 50%;
  position: absolute;
  top: 0.09rem;
  left: 0;
}

.about4_list .swiper-slide:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0.25rem;
  left: 0.065rem;
  background: #e2e2e2;
}


.about4_list .swiper-slide.swiper-slide-active:after {
  height: 1.93rem;
}

.about4_list .swiper-slide.swiper-slide-next:after {
  height: 1.05rem;
  top: calc(-1.05rem + 0.08rem);
}

.about4_list .swiper-slide.swiper-slide-next+.swiper-slide:after {
  height: 2.4rem;
}

.about4_list .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide:after {
  height: 1rem;
  top: calc(-1rem + 0.08rem);
}

.about4_list .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide:after {
  height: 2.7rem;
}


.about4_list .main {
  position: relative;
}

.about4_list .swiper-button-prev {
  width: 0.36rem;
  height: 0.38rem;
  background: url('../images/left.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0.03rem;
}

.about4_list .swiper-button-next {
  width: 0.36rem;
  height: 0.38rem;
  background: url('../images/right.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0.48rem;
}

.about5_list .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33%;
  background: url('../images/h1.png') no-repeat center;
  color: #4c4c4c;
  transition: all 0.5s;
  overflow: hidden;
  background-size: 100%
}

.about5_list .swiper-slide .pic:after {
  background: url('../images/h2.png') no-repeat center;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s;
  background-size: 100%
}

.about5_list .swiper-slide:hover .pic {
  color: #fff
}

.about5_list .swiper-slide:hover .pic:after {
  bottom: 0;
}

/* padding:0 0.8rem; */
.about5_list .swiper-slide .tit {
  width: 100%;
  position: absolute;
  top: 0.7rem;
  left: 0;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: center;
  z-index: 1;
}

.about5_list .swiper-slide {
  margin-bottom: 0.38rem;
  cursor: pointer;
}

.about4_list,
.about5_list,
.about6 ul {
  margin-top: 0.4rem;
}

.about5_list {
  padding-bottom: 0.5rem;
  position: relative;
}

.about5_list .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.about5 {
  padding-bottom: 0.8rem;
  background: url('../images/about5.jpg') no-repeat right top -90px;
  padding-top: 0.5rem;
}

.about5_list .swiper-pagination-bullet {
  width: 0.47rem;
  height: 0.06rem;
  background: #e3e3e3;
  border-radius: 0.04rem;
  margin: 0 0.09rem;
  opacity: 1
}

.about5_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f0872b;
}

.about5 .about3_tit span::after {
  z-index: 0;
}

.about5 .about3_tit span b {
  z-index: 1;
  position: relative;
}

.about6 {
  padding: 0.45rem 0 1.2rem;
}



.about6 .swiper-slide {
  position: relative;
}

.about6 .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
}

.about6 .swiper-slide .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about6 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center
}

.about6 .swiper-slide .info {
  position: absolute;
  left: 0.16rem;
  bottom: 0.85rem;
}

.about6 .swiper-slide .tit {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.05rem;
}

.yf1 {
  padding: 1.2rem 0 1.5rem;
}

.yf1_con {
  font-size: 0.16rem;
  color: #3b3b3b;
  line-height: 0.35rem;
  width: 10.7rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0 1.35rem;
  text-align: justify;
  text-indent: 2em;
}

.all_data {
  width: 5.07rem;
}

.yf1_data ul {
  width: 10.48rem
}

.yf1_data li {
  width: 33.3%
}

.all_data {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.all_data span {
  font-size: 0.48rem;
  color: #f0872b;
}

.yf1_data li {
  text-align: center;
  position: relative;
}

.yf1_data li span {
  font-size: 0.48rem;
  color: #f0872b;
}

.yf1_data li .tit {
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.2rem;
}

.yf1_data li:after {
  content: '';
  width: 1px;
  height: 0.6rem;
  background: #e3e3e3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.yf1_data li:nth-child(1):before {
  content: '';
  width: 1px;
  height: 0.6rem;
  background: #e3e3e3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.yf2_list {
  padding: 0.66rem 0 0.94rem;
}

.yf2_list1 .swiper-slide .con1 .tit {
  font-size: 0.3rem;
  font-weight: bold;
  color: #1a1a1a;
  background: url('../images/yf2_tit.png') no-repeat left bottom;
  padding-bottom: 0.48rem;
  background-size: auto 0.15rem
}

.yf2_list1 .swiper-slide .con1 .info {
  font-size: 0.16rem;
  color: #4c4c4c;
  line-height: 0.34rem;
  margin-top: 0.35rem;
}

.yf2_list1 .swiper-slide .con1 {
  width: 5.6rem;
}

.yf2_left {
  margin-left: calc(50% - 8rem);
  padding-top: 0.5rem;
}

.yf2_list1_nr {
  width: 100%
}

.yf2_nr {
  margin-top: 0.7rem;
  position: relative;
}

.yf2_list2 {
  position: absolute;
  bottom: 1.12rem;
  left: calc(50% - 8rem);
  width: 11.16rem;
  background: #fff;
  z-index: 1;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
}

.yf2_list2 .info .tit {
  font-size: 0.24rem;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0.1rem 0 0.07rem;
}

.yf2_list2 .info .des {
  color: #cbcbcd;
  font-size: 0.16rem;
  text-transform: uppercase;
}

.yf2_list2 .info {
  height: 1.95rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

/*.yf2_list2 .swiper-slide:hover{background:#073e9b;}*/

.yf2_list2 .swiper-slide {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-linear-gradient(180deg, #073e9b, #073e9b, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
  background-position: 1% 50%;
  background-size: 300% 300%;
}

.yf2_list2 .swiper-slide.swiper-slide-thumb-active {
  background-position: 99% 50%;
}


.yf2_list2 .swiper-slide.swiper-slide-thumb-active .tit {
  color: #fff
}

.yf2_list2 .swiper-slide.swiper-slide-thumb-active .des {
  color: #fff
}

.yf2_list2 .swiper-slide.swiper-slide-thumb-active .icon {
  display: none
}

.yf2_list2 .swiper-slide {
  cursor: pointer;
}

.yf2_list2 .swiper-slide.swiper-slide-thumb-active i {
  background: url('../images/jt3.png') no-repeat center;
  width: 13px;
  height: 17px;
  margin-top: 0.3rem;
}

.yf2_list2 .bg {
  width: 1.55rem;
  height: 1.38rem;
  background: url('../images/yf2_icon11.png') no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.5s;
  background-size: 100%
}

.yf2_list2 .swiper-slide.swiper-slide-thumb-active .bg {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1
}

.yf3 {
  padding: 0.96rem 0 0.85rem;
}

.yf3_right {
  width: 9.17rem;
  padding: 0.4rem 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.yf3_right li {
  width: 3.58rem;
  height: 0.58rem;
  border: 1px solid #e6e6e6;
  font-size: 0.15rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.26rem;
  border-radius: 0.3rem;
}

.yf3_right li .icon {
  width: 0.65rem;
  height: 0.58rem;
  background: #073e9b;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  line-height: 0.58rem;
  border-radius: 50%;
  border-top-right-radius: 0
}

.yf3_right li .tit {
  width: 2.54rem;
  margin-left: 0.13rem;
}

.yf3_left {
  width: 5.62rem;
  margin-right: 0.5rem;
}

.yf3_right .yf3_right_con {
  height: 2.5rem
}

.yf4_list {
  margin-left: calc(50% - 8rem);
  position: relative;
}

.yf4_list1_left {
  width: 2.82rem;
  height: 3.24rem;
  background: #073e9b;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin: 0.1rem 0;
}

.yf4_list1_right {
  width: calc(100% - 3.03rem)
}

.yf4_list1_left p {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  margin-top: 0.6rem;
}

.yf4_list1_left {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

.yf4_list1_left .jt img {
  width: 0.97rem
}

.yf4_list1_right .swiper-slide .info {
  height: 3.24rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.yf4_list1_right .swiper-slide {
  padding: 0.1rem;
}

.yf4_list1_right .swiper-slide .info .sort {
  width: 0.96rem;
  height: 0.91rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #d32d26;
  border: 0.06rem solid #eeeeee;
  text-align: center;
  line-height: 0.89rem;
  border-radius: 50%;
  position: relative;
}

.yf4_list1_right .swiper-slide .info .tit {
  font-size: 0.24rem;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  margin-top: 0.55rem;
}

.yf4_list1_right .swiper-slide:hover .sort {
  color: #fff
}

.yf4_list1_right .swiper-slide .sort:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #073e9b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.5s;
  border-radius: 50%;
}

.yf4_list1_right .swiper-slide:hover .sort:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.yf4_list1_right .swiper-slide .info:after {
  content: '';
  display: block;
  height: 0.03rem;
  background: #f0872b;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s
}

.yf4_list1_right .swiper-slide:hover .info:after {
  width: 100%
}

.yf4_list1_right .swiper-slide .sort p {
  z-index: 1;
  position: relative;
}

.yf4_list1 {
  margin-top: 0.85rem;
}

.yf4_list2 {
  width: calc(100% - 5.45rem);
  position: absolute;
  left: 5.45rem;
  top: -1.65rem;
}

.yf4_list2 .tit {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1a1a1a;
  padding-left: 0.4rem;
}

.yf4_list2 .des {
  font-size: 0.2rem;
  color: #3b3b3b;
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.4rem;
  width: 94%;
}

.yf4_list2 .des:after {
  content: '';
  display: block;
  width: 0.34rem;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}


.yf5 {
  padding-top: 1.5rem;
  background: url('../images/yf5.jpg') no-repeat center top;
}

.yf5_nr {
  text-align: center;
  width: 11.84rem;
  margin: 0 auto;
  max-width: 100%
}

.yf6 {
  padding: 1.5rem 0;
}

.yf6_list {
  margin-top: 0.78rem;
  padding-bottom: 0.76rem;
  position: relative;
}

/*.yf6 .about3_tit span {
  line-height: 1;
}

.yf6 .about3_tit p {
  line-height: 1;
}
*/
.yf6_num {
  width: 5.7rem
}

.yf6_list .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.yf6_list .swiper-pagination-bullet {
  width: 0.47rem;
  height: 0.06rem;
  background: #e3e3e3;
  border-radius: 0.04rem;
  margin: 0 0.09rem;
  opacity: 1
}

.yf6_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f0872b;
}

.yf3_right .yf3_right_con ul {
  position: relative;
  padding: 0.5rem 0.55rem 0.25rem;
}

.yf3_right .yf3_right_con ul:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0.19rem;
  left: 50%;
  transform: translateX(-50%);
}

.yf3_right .yf3_right_con ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.35rem;
  height: 0.19rem;
  background: url('../images/cjt.png') no-repeat center;
}

.yf3_right .yf3_right_con li {
  position: relative;
  background: #fff;
}

.yf3_right .yf3_right_con li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -0.4rem;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 1px;
  background: #e6e6e6;
}

.yf3_right .yf3_right_con li:nth-child(2n):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -0.4rem;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 1px;
  background: #e6e6e6;
}

.about6 .swiper-slide .info .icon {
  transition: all 0.5s
}

.about6 .swiper-slide .info .tit {
  transition: all 0.5s
}

.about6 .swiper-slide {
  cursor: pointer;
  margin-bottom: 0.3rem;
}

.about6 .swiper-slide:hover .info .icon {
  transform: translateY(-5px);
}

.about6 .swiper-slide:hover .info .tit {
  transform: translateY(5px);
}

.yf2_right {
  width: 10.69rem;
  max-width: 55%;
}

.yf2_right .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 76%;
}

.yf2_right .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.yf2_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.yf3_right .yf3_right_con li {
  transition: all 0.5s
}

.yf3_right .yf3_right_con li:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.yf6_list .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 135%;
}

.yf6_list .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.yf6_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job1_pic {
  width: 8.23rem;
  max-width: 100%
}

@media (max-width:1680px) {

  .yf2_list1 .swiper-slide .con1 .info,
  .yf1_con,
  .yf3_right li,
  .job2_list li .job2_top .info p,
  .job2_list li .content,
  .about4_list .swiper-slide .con,
  .prod_left .des {
    font-size: 15px;
  }

  .news_list>ul>li .news_right {
    width: calc(100% - 5.05rem);
  }

  .job2_list li .content {
    line-height: 2;
  }

  .prod_left .des {
    line-height: 2;
  }
  .prod_nr1 .prod_pic{width: 6.9rem}
  .prod_nr1 .prod_con{width: 8.5rem}
}

@media (max-width:1500px) {

  .yf2_list1 .swiper-slide .con1 .info,
  .yf1_con,
  .yf3_right li,
  .job2_list li .job2_top .info p,
  .job2_list li .content {
    font-size: 14px;
  }

  .yf1_data li .tit,
  .about1_data li .tit {
    font-size: 15px;
  }

  .news_list>ul>li .des {
    margin: 0.2rem 0 0.15rem;
  }

}

@media (max-width:1400px) {
  
  .about5_list .swiper-slide .tit {
    font-size: 17px;
  }

  .yf3_right li {
    height: 48px;
  }

  .yf3_right li .icon {
    height: 48px;
    line-height: 48px;
  }

  .news_list>ul>li .des {
    -webkit-line-clamp: 2;
  }

  .job1_list li {
    font-size: 16px;
  }

  .yf4_list2 .tit {
    font-size: 20px;
  }

  .yf4_list2 .des {
    font-size: 15px;
  }
}

@media (max-width:1300px) {
  .about4_list .swiper-slide .tit {
    font-size: 18px;
  }

  .yf4_list1_right .swiper-slide .info .tit {
    font-size: 18px;
  }
}

@media (max-width:1200px) {
  .prod_nr1 .prod_con li .data {
    margin: 0.1rem 0 0.3rem;
  }

  .prod_nr1 .prod_con li {
    padding: 0.2rem 0.2rem 0;
    height: 2.3rem;
  }

  .yf2_left,
  .yf4_list {
    margin-left: 5%
  }

  .yf2_list2 {
    left: 5%;
    bottom: 5%;
  }

  .yf3_nr {
    display: block;
  }

  .yf3_right {
    width: 100%;
    margin-top: 0.5rem;
  }

  .yf3_right .yf3_right_con ul:after,
  .yf3_right .yf3_right_con ul:before {
    display: none
  }

  .yf3_right .yf3_right_con li:before,
  .yf3_right .yf3_right_con li:nth-child(2n):before {
    display: none
  }

  .about6 .swiper-slide .info {
    bottom: 10%;
  }

  .yf3_left {
    margin: 0.4rem auto 0;
  }

  .contact2 .contact2_addr {
    position: static;
    margin: 0.4rem auto 0;
    transform: translate(0);
    width: 94%
  }

  .contact2 .addr_list {
    margin: 0 auto 0.8rem;
  }

  .contact1 {
    padding-bottom: 0.5rem
  }
}

.about3_list_3g,
.about3_list_3g,
.prod_yycj_3g,
.yf3_list_3g,
.prod_type_3g {
  display: none
}

.about6 .swiper-slide .info .icon {
  width: 0.76rem
}

@media (max-width:1000px) {
  .about1_top {
    display: block;
    position: relative;
  }

  .about1_top .pic {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
  }

  .about1_top .pic img {
    height: 1.5rem
  }

  .about1_top .tit {
    padding-top: 0.75rem;
  }

  .about1_con {
    font-size: 15px;
    line-height: 2;
    padding: 0.4rem 0;
  }

  .about2_left .tit {
    font-size: 16px;
  }

  .about2_left .key {
    font-size: 30px;
  }

  .about2_left .des {
    font-size: 15px;
  }

  .about3 ul {
    display: none
  }

  .about3_list_3g {
    display: block;
    margin-top: 0.5rem;
  }

  .about3_list_3g .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 63%;
  }

  .about3_list_3g .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .about3_list_3g .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about3_list_3g .info {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #fff
  }

  .about3_list_3g .info .tit {
    font-size: 0.3rem;
    text-transform: uppercase;
    margin-top: 0.15rem
  }

  .about3_list_3g .info .tit span {
    font-size: 0.36rem;
    font-weight: bold;
  }

  .about3_list_3g .info .des {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }

  .about4_list {
    background: url('../images/line.png') no-repeat center;
    background-size: 100%
  }

  .about4_list .swiper-button-next,
  .about4_list .swiper-button-prev {
    width: 30px;
    height: 30px
  }

  .about4_list .swiper-button-next {
    left: 40px;
  }

  .about4 {
    padding-bottom: 0.5rem
  }

  .about6_list {
    display: block;
    margin-top: 0.4rem;
  }

  /*.about6 ul {
    display: none
  }*/

  
  .about6 .swiper-slide .info {
    position: absolute;
    left: 0.16rem;
    bottom: 10%;
  }

  .about6 .swiper-slide .tit {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.05rem;
  }

  .about6 .swiper-slide .info .icon {
    width: 0.76rem
  }

  .prod_top {
    display: block;
  }

  .prod_right {
    display: none
  }

  .prod_type {
    margin: 0.4rem 0;
  }

  .prod_left .tit {
    font-size: 0.5rem;
  }

  .prod_left {
    padding-left: 1.2rem;
    background: url('../images/6b.png') no-repeat top left;
    padding-top: 0.25rem;
    background-size: 1.1rem;
  }

  .prod_top {
    margin-top: 0.4rem;
  }

  .prod_nr1 {
    display: block;
  }

  .prod_nr1 .prod_pic {
    width: 100%;
    text-align: center;
  }

  .prod_nr1 .prod_con li {
    padding: 0.4rem 0.38rem 0;
    height: 2.76rem;
  }

  .prod_nr1 .prod_con {
    width: 100%
  }

  .prod_nr1 .prod_con ul {
    border-bottom: 1px solid #e6e9ec;
  }

  .prod_yycj_3g {
    display: block;
    margin-top: 0.3rem;
  }
  .prod_yycj_3g .pic {

    border-radius: 10px;
    overflow: hidden;
  }
/*  .prod_yycj_3g .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .prod_yycj_3g .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }*/


  .prod_yycj ul {
    display: none
  }

  .prod {
    padding-top: 0.5rem;
  }

  .yf2_list2 {
    position: static;
    width: 90%;
    margin: 0.4rem auto 0;
  }

  .yf2_left {
    width: 45%
  }

  .yf2_right {
    max-width: 47%
  }

  .yf2_list1 .swiper-slide .con1 {
    max-width: 100%
  }

  .yf2_list1 .swiper-slide .con1 .tit {
    padding-bottom: 0.35rem
  }

  .yf3_right {
    display: none
  }

  .yf3_list_3g {
    display: block;
    margin-top: 0.4rem;
  }

  .yf3_list_3g li {
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 0.3rem;
  }

  .yf3_list_3g li .icon {
    width: 50px;
    height: 50px;
    background: #073e9b;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    border-top-right-radius: 0
  }

  .yf3_list_3g li .tit {
    width: calc(100% - 50px);
    margin-left: 13px;
  }

  .yf4_list2 {
    position: static;
    margin-top: 0.4rem;
    width: 100%
  }

  .yf4_list1 {
    margin-top: 0.4rem;
  }

  .news_list>ul>li .news_left {
    width: 35%
  }

  .news_list>ul>li .news_right {
    width: 62%
  }

  .news_list>ul>li .news_bot {
    display: none
  }

  .news_list>ul>li .des {
    font-size: 15px;
    line-height: 1.8;
  }

  .contact1 {
    display: block;
  }

  .c1_left {
    width: 100%;
    max-width: 100%
  }

  .c1_des p {
    font-size: 0.5rem;
  }

  .c1_tit2 {
    font-size: 20px;
    margin-top: 0.4rem;
  }

  .c1_left ul {
    margin-top: 0.2rem;
  }



  .prod_type_3g {
    display: block;
  }

  .prod_type_3g li a {
    font-size: 15px;
    color: #666666;
    margin-left: 0.5rem;
    display: inline-block;
  }

  .prod_type_3g li a:after {
    width: 0%;
    height: 2px;
    background: #073e9b;
    content: '';
    display: block;
    margin-top: 0.13rem;
    transition: all 0.5s
  }

  .prod_type_3g li.active a:after {
    width: 100%
  }

  .prod_type_3g li.active a {
    color: #073e9b
  }

  .job2_list li .job2_top {
    display: block;
    padding: 0.1rem 0;
  }

  .job2_list li:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px
  }

  .job2_list li .info {
    display: block;
  }

  .job2_list {
    margin-top: 0.1rem;
  }

  .job2_list li .job2_top .tit {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
    width: 100%
  }

  .job2_list li .job2_top .info {
    width: 100%
  }

  .job2_list li .job2_top .info p {
    margin: 0;
    font-size: 0.3rem;
    line-height: 2;
  }


}

.banner2 .pic_3g,
.yf5_nr_3g,
.about6_list_3g {
  display: none
}

@media (max-width:750px) {
  .section1 .item .contain{margin-top: 0.5rem}
  .section1 .more{margin-bottom: 0.5rem}
  .yf2_list2 {
    border-top-left-radius:0;
    border-bottom-right-radius:0;
  }

  /*.about4 .about3_tit span,
  .about6 .about3_tit span,
  .yf3 .about3_tit span,
  .yf4 .about3_tit span,
  .yf5 .about3_tit span,
  .yf6 .about3_tit span{
    padding-left: 0;
  }
  .about4 .about3_tit span::after,
  .about6 .about3_tit span::after{
    left: 0;
  }

  .about4 .about3_tit span::after,
  .about6 .about3_tit span::after,
  .yf3 .about3_tit span::after,
  .yf4 .about3_tit span::after,
  .yf5 .about3_tit span::after,
  .yf6 .about3_tit span::after {
    left: 0;
  }*/
  .about1_top .tit {
    padding-top: 1.8rem;
  }
  .yf6_top{padding: 0}

  .about1_con {
    font-size: 0.28rem;
    line-height: 1.8;
    padding: 0.2rem 0 0.4rem;
  }

  .about1_data ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .about1_data li {
    width: 50%;
    margin-bottom: 0.3rem;
  }

  .about1_data li:nth-child(1):after {
    left: auto;
    right: 0
  }

  .about1_data li:nth-child(2):after,
  .about1_data li:nth-child(4):after {
    display: none
  }

  .banner2 {
    position: relative;
    height: 4.17rem;
  }

  .banner2 .pic_3g {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .banner2 .pic_3g img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bntext {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .banner2 .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bntext {
    padding-top: 0.7rem;
    padding-left: 0.36rem;
  }

  .bnname {
    font-size: 0.4rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .bnline {
    width: 0.98rem;
    height: 0.02rem;
    background: #ffffff;
    margin-top: 0.18rem;
  }

  .bnti {
    font-size: 0.4rem;
    font-weight: lighter;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top: 0.45rem;
  }

  .bnenti {
    font-size: 0.2rem;
    color: rgb(255, 255, 255);
    margin-top: 0.2rem;
  }

  .banner2 .pic {
    display: none
  }

  .head2_3g {
    position: fixed;
    background: #fff;
    height: 1rem;
    top: 0;
    left: 0;
    z-index: 111
  }

  .about2 {
    display: block;
  }

  .about2_right {
    width: 100%;
    height: 0;
    padding-top: 44%;
  }

  .about2_left {
    width: 100%;
    height: 4rem;
    border-radius: 0.2rem
  }

  .about3_tit span {
    font-size: 0.45rem;
  }

  .about4_list .swiper-slide.swiper-slide-active {
    margin-top: 1.5rem;
  }

  .about4_list .swiper-slide.swiper-slide-next {
    margin-top: 5rem;
  }

  .about6 {
    padding: 0.8rem 0;
  }

  .about6 .swiper-slide .tit {
    font-size: 0.36rem;
  }

  .about1_data {
    padding-bottom: 0.45rem
  }

  .prod_type_3g li a {
    font-size: 0.3rem;
    margin-left: 0.3rem;
  }

  .prod_left {
    padding-left: 1rem;
    background: url('../images/6b.png') no-repeat top left;
    background-size: auto;
    padding-top: 0.2rem;
    background-size: 0.85rem;
  }

  .prod_left .tit {
    font-size: 0.44rem;
  }

  .yf2_list1 .swiper-slide .con1 .info,
  .yf1_con,
  .yf3_right li,
  .job2_list li .job2_top .info p,
  .job2_list li .content,
  .about4_list .swiper-slide .con,
  .prod_left .des {
    font-size: 0.3rem;
  }

  .prod_left .des {
    line-height: 1.8;
    margin-top: 0.15rem;
  }

  .prod_type a {
    min-width: 3.2rem;
    margin: 0 1%;
    font-size: 0.3rem;
    height: 0.85rem;
    line-height: 0.85rem;
    padding: 0 0.1rem;
    width: auto;
  }

  .prod_type{height: 0.85rem;line-height: 0.85rem;overflow-x: auto;white-space: nowrap;}
  .prod_type_list{display: flex;display: -webkit-box;display: -webkit-flex;}

  .prod_nr1 .prod_con li .icon {
    width: 0.8rem
  }

  .prod_nr1 .prod_con li {
    width: 50%;
    height: 2.85rem
  }

  .prod_nr1 .prod_con li .tit {
    font-size: 0.3rem;
  }

  .prod_nr1 .prod_con li .data {
    font-size: 0.36rem;
  }

  .prod_type2 a {
    font-size: 0.36rem;
  }

  .prod_con2 {
    padding: 0.4rem 0 0.6rem;
  }

  .yf1 {
    padding: 0.8rem 0;
  }

  .yf1_con {
    font-size: 0.3rem;
    line-height: 1.8;
    padding: 0.2rem 0 0.3rem;
    width: 100%
  }

  .yf1_data .yf1_data_nr {
    display: block;
  }

  .all_data {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .yf1_data ul {
    width: 100%
  }

  .all_data span,
  .yf1_data li span {
    font-size: 0.6rem;
  }

  .yf2_list1_nr {
    display: block;
  }

  .yf2_nr {
    width: 94%;
    margin: 0 auto;
  }

  .yf2_left {
    width: 100%;
    margin-left: 0;
  }

  .yf2_list1 .swiper-slide .con1 {
    width: 100%
  }

  .yf2_list1 .swiper-slide .con1 .tit {
    font-size: 0.36rem;
  }

  .yf2_list1 .swiper-slide .con1 .info {
    font-size: 0.3rem;
    line-height: 1.8;
  }

  .yf2_right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.4rem;
  }

  .yf2_list2 .info {
    height: 2.5rem
  }

  .yf2_list2 .info .tit {
    font-size: 0.36rem;
  }

  .yf2_list2 .info .des {
    font-size: 0.3rem;
  }

  .yf3_list_3g {
    margin-top: 0.5rem;
    height:3rem;
  }

  .yf3_list_3g li {
    height: 1.2rem;
    font-size: 0.32rem;
    margin-bottom: 15px;
    border-radius: 0.6rem
  }

  .yf3_list_3g li .icon {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 22px;
    line-height: 1.2rem;
  }

  .yf3_list_3g li .tit {
    width: calc(100% - 1.6rem);
    margin-left: 0.2rem;
    font-size: 0.28rem;font-weight: normal;color: #666;
  }

  .yf4_list1_right .swiper-slide .info .tit {
    padding: 0 0.1rem;
    font-size: 0.32rem;
  }

  .yf4_list2 .tit {
    font-size: 0.4rem;
  }

  .yf4_list2 .des {
    font-size: 0.3rem;
  }

  .yf2_left,
  .yf4_list {
    width: 94%;
    margin: 0 auto;
  }

  .yf4_list2 .des {
    width: 100%
  }

  .yf5_nr_3g {
    display: block;
  }

  .yf5_nr {
    display: none
  }

  .yf6 {
    padding: 0.8rem 0;
  }

  .yf6_top {
    display: block;
  }

  .yf6_num {
    margin-top: 0.3rem;
  }

  .yf6_list {
    margin-top: 0.5rem;
  }

  .nail {
    display: none
  }

  .top .main {
    display: flex;
    justify-content: center;
  }

  .top .type a {
    font-size: 0.32rem;
    margin-left: 0.3rem;
  }

  .top {
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .news_list>ul>li .tit {
    font-size: 0.32rem;
  }

  .news_list>ul>li .des {
    font-size: 0.28rem;
    line-height: 1.5;
    margin: 0.15rem 0 0;
  }

  .pagination {
    padding: 0 0 0.5rem;
  }

  .pagination li span,
  .pagination li a {
    padding: 0 0.1rem;
  }

  .pagination li {
    min-width: 0.5rem;
    height: 0.54rem;
    line-height: 0.52rem;
  }

  .news_list>ul>li .news_left {
    width: 37%
  }

  .news_list>ul>li .news_right {
    width: 60%
  }

  .ns .tit {
    font-size: 0.4rem;
    padding-top: 0.5rem;
  }

  .ns .time {
    font-size: 0.3rem;
    padding: 0.4rem 0;
  }

  .ns .con {
    font-size: 0.3rem;
    line-height: 1.8;
    padding: 0.4rem 0;
  }

  .fenye {
    padding-top: 0.2rem;
  }

  .back {
    padding: 0.4rem 0 0.6rem;
  }

  .job1_list ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .job1_list li {
    width: 100%;
    height: 2.5rem
  }

  .job2 {
    padding-top: 0.5rem;
  }

  .job_tit {
    font-size: 0.4rem;
  }

  .job1_list {
    padding: 0.5rem 0;
  }

  .job2_list li .job2_top {
    display: block;
    padding: 0.1rem 0;
  }

  .job2_list li:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px
  }

  .job2_list li .info {
    display: block;
  }

  .job2_list {
    margin-top: 0.1rem;
  }

  .job2_list li .job2_top .tit {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }

  .job2_list li .job2_top .info p {
    margin: 0;
    font-size: 0.3rem;
    line-height: 2;
  }

  .contact1 {
    padding: 0.5rem 0 0;
  }

  .c1_des p {
    font-size: 0.45rem;
  }

  .c1_des span {
    font-size: 0.3rem;
    letter-spacing: 1px;
  }

  .c1_tit2 {
    font-size: 0.36rem;
    margin: 0.4rem 0;
  }

  .c1_left li {
    font-size: 0.3rem;
    line-height: 1.5;
    margin-bottom: 0.1rem;
  }

  .c1_right {
    width: 50%;
    margin: 0.2rem auto 0;
  }

  .map_nr {
    padding: 0.4rem 0.2rem;
  }

  .map_logo img {
    height: 1rem;
  }

  .map_logo {
    height: 1.4rem
  }


  .about6_list_3g {
    display: block;
  }

  .about4 .about3_tit,
  .about6 .about3_tit,
  .yf3 .about3_tit,
  .yf4 .about3_tit,
  .yf5 .about3_tit,
  .yf6 .about3_tit {
    text-align: center;
  }

  #map {
    height: 7rem;
    width: 100%;
  }

  .head_3g_mar {
    width: 100%;
    height: 1rem
  }

  .header_mar {
    display: none
  }

}

.yf5_pic{width:100%;position: relative;text-align:center;}
.yf5_pic li img{width:0.61rem;}
.yf5_pic li:nth-child(1) p,.yf5_pic li:nth-child(2) p,.yf5_pic li:nth-child(3) p{margin-right: 0.35rem}
.yf5_pic li:nth-child(4) p,.yf5_pic li:nth-child(5) p,.yf5_pic li:nth-child(6) p{margin-left: 0.35rem}
.yf5_pic li p{font-size: 0.3rem;font-weight:bold;color: #3b3b3b}
.yf5_pic li{position:absolute;}
.yf5_pic li:nth-child(1){top:1.14rem;right:calc(50% + 2.45rem);}
.yf5_pic li:nth-child(2){top:2.9rem;right:calc(50% + 3.8rem);}
.yf5_pic li:nth-child(3){top:4.72rem;right:calc(50% + 2.45rem)}
.yf5_pic li:nth-child(4){top:1.14rem;left:calc(50% + 2.45rem)}
.yf5_pic li:nth-child(5){top:2.9rem;left:calc(50% + 3.8rem);}
.yf5_pic li:nth-child(6){top:4.72rem;left:calc(50% + 2.45rem)}
.yf5_pic .pic{width: 8.73rem;margin:0 auto;max-width: 100%}

@media (max-width:1000px) {
  .yf5_pic li img{width:0.5rem;}
  .yf5_pic li:nth-child(1) p,.yf5_pic li:nth-child(2) p,.yf5_pic li:nth-child(3) p{margin-right: 0.15rem}
  .yf5_pic li:nth-child(4) p,.yf5_pic li:nth-child(5) p,.yf5_pic li:nth-child(6) p{margin-left: 0.15rem}
  .yf5_pic li:nth-child(1){top:1.14rem;right:calc(50% + 1.5rem);}
  .yf5_pic li:nth-child(2){top:2.9rem;right:calc(50% + 2.45rem);}
  .yf5_pic li:nth-child(3){top:4.72rem;right:calc(50% + 1.5rem)}
  .yf5_pic li:nth-child(4){top:1.14rem;left:calc(50% + 1.5rem)}
  .yf5_pic li:nth-child(5){top:2.9rem;left:calc(50% + 2.45rem);}
  .yf5_pic li:nth-child(6){top:4.72rem;left:calc(50% + 1.5rem)}
}
.about2_right .pic{display: none;}
@media (max-width:640px) {
  .yf5_pic li img{width:0.5rem;}
  .yf5_pic li:nth-child(1) p,.yf5_pic li:nth-child(2) p,.yf5_pic li:nth-child(3) p{margin-right: 0.15rem}
  .yf5_pic li:nth-child(4) p,.yf5_pic li:nth-child(5) p,.yf5_pic li:nth-child(6) p{margin-left: 0.15rem}
  .yf5_pic li:nth-child(1){top:0.4rem;right:calc(50% + 0.5rem);}
  .yf5_pic li:nth-child(2){top:1.68rem;right:calc(50% + 1.2rem);}
  .yf5_pic li:nth-child(3){top:3.3rem;right:calc(50% + 0.5rem)}
  .yf5_pic li:nth-child(4){top:0.4rem;left:calc(50% + 0.5rem)}
  .yf5_pic li:nth-child(5){top:1.68rem;left:calc(50% + 1.2rem);}
  .yf5_pic li:nth-child(6){top:3.3rem;left:calc(50% + 0.5rem)}

  .sec3_list li a {
    box-shadow: 0px 3px 54px 0px rgba(204, 204, 204, 0.8);
  }

  .about2_right .pic{display: block;}
  .about2_right .video_pic{display: none;}
}

.sec3_list li .info{display: none}
.sec3_list li .time{margin-top:0.1rem;}

.prod_yycj_3g .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67%;
  border-radius: 10px;
  overflow: hidden;
}

.prod_yycj_3g .swiper-slide .pic p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.prod_yycj_3g .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.ns .con img{height: auto!important;}

.footertop .footerlist .title:nth-child(3) .list li:nth-child(2) {display: none}

.head_3g_r a{color: #fff;}
.head_3g_r .nav{margin-left: 0.15rem}


.jump_href{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  line-height: 60px;
  padding:0 50px;
}
.jump_href a {
  color: #909090;
}
.jump_href .hover a{
  color: #b9122f;
}
.about_common {
  color: #000000;
  font-weight: bold;
  font-size: 50px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_common img {
  width:50px;
  margin-bottom: 5px;
}
.manager_speech{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.manager_speech .con{
  width: 100%;
}
.group_overview{
  /*background: #f8f8f8;*/
  width: 100%;
}
.group_overview .con {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.time_line{
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.time_line .year {
  width: 180px;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
}
.time_line .year i {
  display: block;
  position: relative;
  height: 0;
  width: 0;
  left: 120px;
  top: -20px;
  border-width: 6px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: 6px 3px;
  transform-origin: 6px 3px;
}
.time_line .close i{
  transform: rotate(-90deg);
}
.time_line .box {
  position: relative;
}
.time_line .text {
  height: auto;
  position: relative;
  left: 200px;
  top:-50px;

}
.time_line .text .item {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.time_line .text .item .time {
  font-size: 18px;
  color: #b9122f;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.time_line .text .item .time:before{
  position: absolute;
  left: -50px;
  z-index: 666;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background:url("../images/circle-h.png") no-repeat center center;
}

.time_line .text .item .info {
  font-size: 18px;
  color: #b9122f;
}
.time_line .line {
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 200px;
  top: 0px;
}
.close_text {
  display: none;
  overflow: hidden;
}

.info_list{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #a0a0a0;
}

.info_list img {
  margin-right: 15px;
}

.info_list a {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}

.products_class{
  width: 90%;
  margin: 50px auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.products_class .pic{
  width: 32%;
  margin-bottom: 50px;

}
.products_class:after{
  content:"";
  width: 32%;
}
.products_class .pic img {
  border: 2px solid #f1f0f0;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.products_class .title{
  color: #595959;
  font-size: 32px;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.products_class .jump{
  color: #666666;
  font-size: 24px;
  display: block;
  text-align: center;
}
.products_class .jump:hover{
  color: #c9152e;
}

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333; margin-bottom: 40px}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}
